-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependency tslint to v5.20.1 #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
Coverage 92.72% 92.72%
=======================================
Files 1 1
Lines 55 55
Branches 12 12
=======================================
Hits 51 51
Misses 4 4Continue to review full report at Codecov.
|
1d7e37a to
3a911c4
Compare
3a911c4 to
f9fa837
Compare
f9fa837 to
ac8b8b9
Compare
ac8b8b9 to
a3d899d
Compare
a3d899d to
de087bc
Compare
de087bc to
f1b0ef7
Compare
f1b0ef7 to
0829d66
Compare
0829d66 to
23f8d69
Compare
23f8d69 to
084b382
Compare
084b382 to
1837359
Compare
1837359 to
90b1675
Compare
90b1675 to
8c664d5
Compare
8c664d5 to
6538425
Compare
6538425 to
c8666d8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
5.9.1->5.20.1Release Notes
palantir/tslint
v5.20.1Compare Source
No changes from v5.20.0, just re-released to correctly mark with the
latestdist-tag on NPM.v5.20.0Compare Source
strict-boolean-expressionsfalse positive with"ignore-rhs"option (#4833)no-unnecessary-type-assertionno error when"strict": truein compiler flags (#4841)file-name-casingrule works correctly (#4848)array-typefalse positive for simple parenthesized types with "array-simple" option (#4844)object-literal-shorthandsupports{"property"?: "never", "method"?: "never"}as config options (#4842)allow-genericsoption forinvalid-voidrule (#4839)check-super-callsoption forunnecessary-constructorrule (#4813)diffdependency to v4.0.1 (#4845, #4852)Thanks to our contributors!
v5.19.0Compare Source
promise-function-asyncfor short parenthesized arrow functions (#4765)no-async-without-awaitfalse positive for abstract methods (#4782)strict-comparisonsfalse positive fornullandundefinedliterals (#4786)no-angle-bracket-type-assertionautofix semantics with more parentheses (#4823)restrict-plus-operandsrule (#4814)await-promisenow supports new TypeScript 3.6 AST API symbols for async iterators (#4800)check-stringsandcheck-regexoptions formax-line-lengthrule (#4798)variable-declaration-ignore-functionoption fortypedefrule (#4769)ignore-blank-linesoption forobject-literal-sort-keysrule (#4808)no-for-in(#4747)invalid-void(#4736)strict-string-expressionsreports errors on type coercions found in string expressions (#4807)no-promise-as-boolean(#4790)Thanks to our contributors!
v5.18.0Compare Source
--print-configCLI flag (#4744)no-unnecessary-type-assertionno longer flagsx!non-null assertions if--strictNullChecksis not enabled (#3724)quotemarkhandles unbalanced quotes more gracefully without crashing (#4344)no-magic-numbersrule ignores arguments passed into default Number methods (#3668)comment-format(#3583)"allow-trailing-lowercase"option forcomment-formatrule (#3583)"ignore-accessors"foradjacent-overload-signaturesto ignore getters / setters overloads (#3718)no-async-without-await(#3945)strict-comparisons(#4519)Thanks to our contributors!
v5.17.0Compare Source
quotemarkbacktic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. (#4693)no-redundant-jsdocno longer errors onJSDocThisTag(#4690)no-use-before-declarerule for typescript >= 2.9.0 (#4695)variable-namerule metadata (#4731)no-unused-variableargument count (#4683)no-object-literal-type-assertion(#4681)unnecessary-constructor(#4694)Thanks to our contributors!
v5.16.0Compare Source
quotemarkbacktick edge cases and fix behavior for TS < 2.7.1 (#4642)interface-namerule related to numeric characters in interface names (#4655, #4626)nycfrom v10.2.0 to v13.3.0 (#4633)restrict-plus-operandsrule. (#4635)comment-formatrule now whitelists//regioncomments generated by JetBrains IDE (#4609)no-null-undefined-unionrule. (#4625)allow-else-ifoption forunnecessary-elserule (#4599)switch-defaultrule (#4650)no-parameter-properties: fix unclear rule description (#4629)Thanks to our contributors!
v5.15.0Compare Source
WalkContextandAbstractWalkertype parameter defaults tovoid(#2600)no-void-expressionnow allows conditional expressions (#4606)ordered-imports(#4583)static-thisfalse positive for higher order components (#4580)unnecessary-elsefrom blankifstatements (#4603)unnecessary-elseafter non-jumping statement (#4603)interface-namenow handles interface starting with "I18n" correctly (#4486)no-string-throwfix inserts whitespace if not present afterthrowkeyword (#4540)quotemark: fix some edge cases forbacktickoption (#4618)unnecessary-constructor: don't flag non-private constructors that are actually necessary (#4619)allow-single-line-commentsoption forfile-headerrule (#4560)ignore-rest-argsoption forno-anyrule (#4581)no-null-undefined-union(#4589)Thanks to our contributors!
v5.14.0Compare Source
backtickoption forquotemarkrule no longer incorrectly flags string literals that must use single/double quotes (#4535)whitespacerule now lints export statements (#4554)no-trailing-whitespaceno longer flags files starting with a byte order mark (#4543)promise-function-asyncnow allows single statement lamda functions that delegate to another promise-returning function (#4553)whitespacerule (#4551)underscoreoption forno-shadowed-variablerule to ignore shadowed underscores (#4546)require-const-for-all-capsoption forvariable-namerule (#2936)overloadsoption forcompleted-docsrule to enforce documentation of each overload signature (#4563)allow-namespace-importsoption forno-duplicate-importsrule (#4524)allow-argumentsoption forno-object-literal-type-assertionrule to allow type assertions on object literals used inside call expressions (#4521)allow-deleteoption forno-unbound-methodrule (#4548)no-tautology-expression(#4470)static-this(#4475)unnecessary-else(#4502)Thanks to our contributors!
v5.13.1Compare Source
v5.13.0Compare Source
RuleWalkerandProgramAwareRuleWalkeras deprecated (#4413)--outCLI flag) does not exist. (#4507)jsRules: true(#4517)unknownis recognized as simple type inarray-type(#4433)ban: Fix a false positive which would occur when banning method calls nested inside objects. Previously, banning["a", "b", "c"]would trigger lint failures on the syntaxb.c(), which was not the intent of this rule. (#4383)trailing-commano longer crashes if it cannot find the closing parenthesis of a function declaration (#4457)no-unsafe-any: allow implicitly downcastinganytounknown(#4442)grouped-importstotslint:all(#4420)ordered-importsnow supports a groups option to provide custom grouping rules. (#4134)completed-docsto an untyped rule (#3557)array-typerule handles Typescript 3.0's unknown type properly (#4219)import-blacklistnow supports regular expression patterns for blacklisting (#3504)no-restricted-globals(#3824)newline-before-returnrule (#4482)number-literal-formatnow includes auto fix (#4496)whitelistoption tono-unbound-method(#4472)jsx-ignoreoption tono-magic-numbersrule (#4460)object-literal-sort-keys: Addmatch-declaration-order-onlyoption (#3748)strict-boolean-expressionsacceptsignore-rhsoption to disable checking the right-hand side of the&&and||operators as strictly boolean. (#4159)Thanks to our contributors!
v5.12.1Compare Source
v5.12.0Compare Source
v5.11.0Compare Source
v5.10.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.